[UTC][capi-maps-service][NON-ACR][fix tpk build error]
authorjomui <jongmun.woo@samsung.com>
Tue, 29 Nov 2016 10:18:10 +0000 (19:18 +0900)
committerjomui <jongmun.woo@samsung.com>
Tue, 29 Nov 2016 10:18:10 +0000 (19:18 +0900)
commitaf69ae497c0359e21cc29ce2a8358147146b3631
tree5a1c3a43841b0863085f8333198a7d0bf9c857d5
parenta63b1706fc40a109ec96548bef076423eb5638c7
[UTC][capi-maps-service][NON-ACR][fix tpk build error]

Change-Id: Ie2fb3e930744a13bd100a6eef3e406f71a7fc120
Signed-off-by: jomui <jongmun.woo@samsung.com>
49 files changed:
src/utc/capi-maps-service/CMakeLists.txt
src/utc/capi-maps-service/mapzen/utc_maps_address.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_area.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_coordinates.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place_attribute.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place_category.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place_contact.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place_editorial.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place_filter.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place_image.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place_link_object.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place_media.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place_rating.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place_review.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_place_url.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_preference.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_route.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_route_maneuver.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_route_segment.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_view_event_data.c [deleted file]
src/utc/capi-maps-service/mapzen/utc_maps_view_object.c [deleted file]
src/utc/capi-maps-service/tct-capi-maps-service-core_mobile.h
src/utc/capi-maps-service/tct-capi-maps-service-core_wearable.h
src/utc/capi-maps-service/utc_maps_address_common.c [moved from src/utc/capi-maps-service/here/utc_maps_address.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_area_common.c [moved from src/utc/capi-maps-service/here/utc_maps_area.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_coordinates_common.c [moved from src/utc/capi-maps-service/here/utc_maps_coordinates.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_attribute_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place_attribute.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_category_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place_category.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_contact_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place_contact.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_editorial_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place_editorial.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_filter_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place_filter.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_image_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place_image.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_link_object_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place_link_object.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_media_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place_media.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_rating_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place_rating.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_review_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place_review.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_place_url_common.c [moved from src/utc/capi-maps-service/here/utc_maps_place_url.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_preference_common.c [moved from src/utc/capi-maps-service/here/utc_maps_preference.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_route_common.c [moved from src/utc/capi-maps-service/here/utc_maps_route.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_route_maneuver_common.c [moved from src/utc/capi-maps-service/here/utc_maps_route_maneuver.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_route_segment_common.c [moved from src/utc/capi-maps-service/here/utc_maps_route_segment.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_service_here.c [moved from src/utc/capi-maps-service/here/utc_maps_service.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_service_mapzen.c [moved from src/utc/capi-maps-service/mapzen/utc_maps_service.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_view_event_data_common.c [moved from src/utc/capi-maps-service/here/utc_maps_view_event_data.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_view_here.c [moved from src/utc/capi-maps-service/here/utc_maps_view.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_view_mapzen.c [moved from src/utc/capi-maps-service/mapzen/utc_maps_view.c with 99% similarity]
src/utc/capi-maps-service/utc_maps_view_object_common.c [moved from src/utc/capi-maps-service/here/utc_maps_view_object.c with 99% similarity]