copied sources from tizen 2.4 35/40835/2 accepted/tizen/mobile/20150612.003453 accepted/tizen/tv/20150612.003622 accepted/tizen/wearable/20150618.093552 submit/tizen_mobile/20150611.114705 submit/tizen_tv/20150611.114713 submit/tizen_wearable/20150618.081320
authorchanywa <cbible.kim@samsung.com>
Tue, 9 Jun 2015 12:15:20 +0000 (21:15 +0900)
committerchanywa <cbible.kim@samsung.com>
Thu, 11 Jun 2015 04:19:16 +0000 (13:19 +0900)
commitccbb4cc2bb4989cb52a3b4c7219359f5eafaa854
tree1b4658912416e55478f2855e62948fbbcf9690ff
parentcbaf541c4b609d4cd710abf33c50004b5fcf5961
copied sources from tizen 2.4

Change-Id: Iae72872e5f66ef7e55415430003e76f54ed06029
Signed-off-by: chanywa <cbible.kim@samsung.com>
154 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
capi-maps-service.changes [new file with mode: 0644]
capi-maps-service.manifest [new file with mode: 0644]
capi-maps-service.pc.in [new file with mode: 0644]
doc/maps_plugin_doc.h [new file with mode: 0644]
doc/maps_service_doc.h [new file with mode: 0644]
include/maps_address.h [new file with mode: 0644]
include/maps_area.h [new file with mode: 0644]
include/maps_coordinates.h [new file with mode: 0644]
include/maps_error.h [new file with mode: 0644]
include/maps_extra_types.h [new file with mode: 0755]
include/maps_place.h [new file with mode: 0644]
include/maps_place_attribute.h [new file with mode: 0644]
include/maps_place_attribute_plugin.h [new file with mode: 0644]
include/maps_place_category.h [new file with mode: 0644]
include/maps_place_category_plugin.h [new file with mode: 0644]
include/maps_place_contact.h [new file with mode: 0644]
include/maps_place_contact_plugin.h [new file with mode: 0644]
include/maps_place_editorial.h [new file with mode: 0644]
include/maps_place_editorial_plugin.h [new file with mode: 0644]
include/maps_place_filter.h [new file with mode: 0644]
include/maps_place_image.h [new file with mode: 0644]
include/maps_place_image_plugin.h [new file with mode: 0644]
include/maps_place_link_object.h [new file with mode: 0644]
include/maps_place_link_object_plugin.h [new file with mode: 0644]
include/maps_place_media.h [new file with mode: 0644]
include/maps_place_media_plugin.h [new file with mode: 0644]
include/maps_place_plugin.h [new file with mode: 0644]
include/maps_place_rating.h [new file with mode: 0644]
include/maps_place_rating_plugin.h [new file with mode: 0644]
include/maps_place_review.h [new file with mode: 0644]
include/maps_place_review_plugin.h [new file with mode: 0644]
include/maps_place_url.h [new file with mode: 0644]
include/maps_place_url_plugin.h [new file with mode: 0644]
include/maps_plugin.h [new file with mode: 0644]
include/maps_plugin_info.h [new file with mode: 0644]
include/maps_preference.h [new file with mode: 0755]
include/maps_route.h [new file with mode: 0644]
include/maps_route_maneuver.h [new file with mode: 0755]
include/maps_route_maneuver_plugin.h [new file with mode: 0644]
include/maps_route_plugin.h [new file with mode: 0644]
include/maps_route_segment.h [new file with mode: 0644]
include/maps_route_segment_plugin.h [new file with mode: 0644]
include/maps_service.h [new file with mode: 0644]
packaging/capi-maps-service.spec [new file with mode: 0644]
src/api/maps_address.cpp [new file with mode: 0755]
src/api/maps_area.cpp [new file with mode: 0755]
src/api/maps_coordinates.cpp [new file with mode: 0755]
src/api/maps_extra_types.cpp [new file with mode: 0755]
src/api/maps_place.cpp [new file with mode: 0755]
src/api/maps_place_attribute.cpp [new file with mode: 0755]
src/api/maps_place_category.cpp [new file with mode: 0755]
src/api/maps_place_contact.cpp [new file with mode: 0755]
src/api/maps_place_editorial.cpp [new file with mode: 0755]
src/api/maps_place_filter.cpp [new file with mode: 0755]
src/api/maps_place_image.cpp [new file with mode: 0755]
src/api/maps_place_link_object.cpp [new file with mode: 0755]
src/api/maps_place_media.cpp [new file with mode: 0755]
src/api/maps_place_private.h [new file with mode: 0755]
src/api/maps_place_rating.cpp [new file with mode: 0755]
src/api/maps_place_review.cpp [new file with mode: 0755]
src/api/maps_place_url.cpp [new file with mode: 0755]
src/api/maps_plugin_info.cpp [new file with mode: 0755]
src/api/maps_preference.cpp [new file with mode: 0755]
src/api/maps_route.cpp [new file with mode: 0755]
src/api/maps_route_maneuver.cpp [new file with mode: 0755]
src/api/maps_route_private.h [new file with mode: 0755]
src/api/maps_route_segment.cpp [new file with mode: 0755]
src/api/maps_route_segment_private.h [new file with mode: 0755]
src/api/maps_service.cpp [new file with mode: 0755]
src/maps_util.cpp [new file with mode: 0644]
src/maps_util.h [new file with mode: 0644]
src/plugin/discovery.cpp [new file with mode: 0755]
src/plugin/discovery.h [new file with mode: 0755]
src/plugin/empty_module.h [new file with mode: 0644]
src/plugin/module.cpp [new file with mode: 0755]
src/plugin/module.h [new file with mode: 0644]
src/session/command.cpp [new file with mode: 0644]
src/session/command.h [new file with mode: 0644]
src/session/command_queue.cpp [new file with mode: 0644]
src/session/command_queue.h [new file with mode: 0644]
src/session/commands.cpp [new file with mode: 0644]
src/session/commands.h [new file with mode: 0644]
src/session/thread.cpp [new file with mode: 0644]
src/session/thread.h [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/dummy_plugin/CMakeLists.txt [new file with mode: 0644]
test/dummy_plugin/dummy_plugin.cpp [new file with mode: 0644]
test/dummy_plugin/maps-plugin-test.manifest [new file with mode: 0644]
test/maps-service-test.manifest [new file with mode: 0755]
test/maps-service-test.rule [new file with mode: 0755]
test/memleak_test.sh [new file with mode: 0755]
test/src/api/maps_address_test.cpp [new file with mode: 0644]
test/src/api/maps_address_test.h [new file with mode: 0644]
test/src/api/maps_api_test.cpp [new file with mode: 0755]
test/src/api/maps_api_test.h [new file with mode: 0644]
test/src/api/maps_area_test.cpp [new file with mode: 0644]
test/src/api/maps_area_test.h [new file with mode: 0644]
test/src/api/maps_coordinates_test.cpp [new file with mode: 0644]
test/src/api/maps_coordinates_test.h [new file with mode: 0644]
test/src/api/maps_extra_types_test.cpp [new file with mode: 0644]
test/src/api/maps_extra_types_test.h [new file with mode: 0644]
test/src/api/maps_place_attribute_test.cpp [new file with mode: 0644]
test/src/api/maps_place_attribute_test.h [new file with mode: 0644]
test/src/api/maps_place_category_test.cpp [new file with mode: 0644]
test/src/api/maps_place_category_test.h [new file with mode: 0644]
test/src/api/maps_place_contact_test.cpp [new file with mode: 0644]
test/src/api/maps_place_contact_test.h [new file with mode: 0644]
test/src/api/maps_place_editorial_test.cpp [new file with mode: 0644]
test/src/api/maps_place_editorial_test.h [new file with mode: 0644]
test/src/api/maps_place_filter_test.cpp [new file with mode: 0644]
test/src/api/maps_place_filter_test.h [new file with mode: 0644]
test/src/api/maps_place_image_test.cpp [new file with mode: 0644]
test/src/api/maps_place_image_test.h [new file with mode: 0644]
test/src/api/maps_place_link_object_test.cpp [new file with mode: 0644]
test/src/api/maps_place_link_object_test.h [new file with mode: 0644]
test/src/api/maps_place_media_test.cpp [new file with mode: 0644]
test/src/api/maps_place_media_test.h [new file with mode: 0644]
test/src/api/maps_place_rating_test.cpp [new file with mode: 0644]
test/src/api/maps_place_rating_test.h [new file with mode: 0644]
test/src/api/maps_place_review_test.cpp [new file with mode: 0644]
test/src/api/maps_place_review_test.h [new file with mode: 0644]
test/src/api/maps_place_test.cpp [new file with mode: 0644]
test/src/api/maps_place_test.h [new file with mode: 0644]
test/src/api/maps_place_url_test.cpp [new file with mode: 0644]
test/src/api/maps_place_url_test.h [new file with mode: 0644]
test/src/api/maps_preference_test.cpp [new file with mode: 0644]
test/src/api/maps_preference_test.h [new file with mode: 0644]
test/src/api/maps_route_maneuver_test.cpp [new file with mode: 0644]
test/src/api/maps_route_maneuver_test.h [new file with mode: 0644]
test/src/api/maps_route_segment_test.cpp [new file with mode: 0644]
test/src/api/maps_route_segment_test.h [new file with mode: 0644]
test/src/api/maps_route_test.cpp [new file with mode: 0644]
test/src/api/maps_route_test.h [new file with mode: 0644]
test/src/maps_service_test.cpp [new file with mode: 0755]
test/src/plugin/discovery_test.cpp [new file with mode: 0755]
test/src/plugin/discovery_test.h [new file with mode: 0644]
test/src/plugin/module_test.cpp [new file with mode: 0644]
test/src/plugin/module_test.h [new file with mode: 0644]
test/src/session/command_queue_test.cpp [new file with mode: 0755]
test/src/session/command_queue_test.h [new file with mode: 0644]
test/src/session/command_test.cpp [new file with mode: 0644]
test/src/session/command_test.h [new file with mode: 0644]
test/src/session/commands_test.cpp [new file with mode: 0644]
test/src/session/commands_test.h [new file with mode: 0644]
test/src/session/thread_test.cpp [new file with mode: 0644]
test/src/session/thread_test.h [new file with mode: 0644]
test/src/tutorial/maps_service_tutorial.cpp [new file with mode: 0644]
test/src/tutorial/maps_service_tutorial.h [new file with mode: 0644]
test/src/util/maps_object.cpp [new file with mode: 0644]
test/src/util/maps_object.h [new file with mode: 0644]
test/src/util/maps_test_utils.cpp [new file with mode: 0644]
test/src/util/maps_test_utils.h [new file with mode: 0644]