Add appPath to appNIPath accepted/tizen_7.0_unified tizen_7.0 accepted/tizen/7.0/unified/20250425.091957
authorWoongsuk <ws77.cho@samsung.com>
Thu, 24 Apr 2025 21:47:47 +0000 (06:47 +0900)
committerWoongsuk <ws77.cho@samsung.com>
Thu, 24 Apr 2025 21:56:52 +0000 (06:56 +0900)
commit6b9f86a23cc98207ab535f7f9d04a0c12753b61d
treeadb2c9acd75a3831290991f3f9e150f4442f873d
parent7493f12433c18af2140b39265f7521274c6a5eaa
Add appPath to appNIPath

In case of RPK, The native image and Dll exist in the same location, and
it is mounted to application's "bin" directory. (not in .native_image directory).
And Dlls in RPK is loaded by Assembly.Load() method in Tizen 7.0.

To load native image of RPK, add appPath to appNIPath,
NativeLauncher/util/path_manager.cc