[Content] Code refactored not to use deprecated native API 84/196984/4
authorPiotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
Tue, 8 Jan 2019 10:11:38 +0000 (11:11 +0100)
committerPiotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
Wed, 9 Jan 2019 10:40:55 +0000 (11:40 +0100)
commit2bd067b03f9d35491857b3b084213910b163041a
treefac71f5bf76bcf232452b23e28f9f07f9bdc860f
parentcf896a7f8b87f9f3b0a42c8e9f5fdf438a824bb0
[Content] Code refactored not to use deprecated native API

[Feature]
  - use internal native API in place of removed public API (added include *internal.h)
    int image_meta_set_orientation(image_meta_h, media_content_orientation_e)
    int image_meta_update_to_db(image_meta_h)
    int media_info_set_description(media_info_h, const char*)
    int media_info_set_display_name(media_info_h, const char*)
    int media_info_set_latitude(media_info_h, double)
    int media_info_set_longitude(media_info_h, double)
    int media_info_set_rating(media_info_h, int)
  - use stat instead of media_folder_get_modified_time()
  - removed usage of not documented enum MEDIA_CONTENT_STORAGE_CLOUD

[Related ACR] http://suprem.sec.samsung.net/jira/browse/ACR-1308

[Verification] tct-content - 100%

Change-Id: I37932c59549295e4d7154888406275168c49ab47
Signed-off-by: Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
src/content/content_manager.cc
src/content/content_manager.h