Support ResourceManager within tizen 3.0/4.0 native APIs
authorJunghoon Park <jh9216.park@samsung.com>
Thu, 27 Apr 2017 06:48:51 +0000 (15:48 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Thu, 27 Apr 2017 08:07:27 +0000 (08:07 +0000)
commit7d404acb7aac94efcd92b33d7063e003f0b58887
tree5c185b1fe4ae037951a0b5c92f51449093f36807
parent4bbd250d5880037198ed86c3cd950c7e6e0c367d
Support ResourceManager within tizen 3.0/4.0 native APIs

- Since tizen 4.0, the native API, app_get_resource_manager_get() had been
  moved to libcapi-appfw-app-common.so.0 from
libcapi-appfw-application.so.0
- Because of this stuff, the dotnet API was not easy to bind the native API.
- To cover this issue, the fallback logic for importing that API is added

Change-Id: I12a332949ebc1ce11d97149660e8bb519d5f0518
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/Tizen.Applications.Common/Interop/Interop.AppCommon.cs
src/Tizen.Applications.Common/Interop/Interop.Libraries.cs
src/Tizen.Applications.Common/Tizen.Applications/ResourceManager.cs