Add plugin API for setting extra dll path (#353)
author조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Wed, 5 Jan 2022 04:32:46 +0000 (13:32 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 5 Jan 2022 04:32:46 +0000 (13:32 +0900)
commit1f1f56dfa11d2c5636ce5916c2806873031e4495
tree4d95e95a9b3665831204121074ba713d31fac6d1
parent4ff9b3751fba4d670809ef5c73a6fc8409707c15
Add plugin API for setting extra dll path (#353)

There is a requirement to add a searching path for a specific app.
For this requirement, a new plugin API is added to get the extra searching path.
NativeLauncher/dotnet-plugin/dotnet_plugin.cc
NativeLauncher/inc/dotnet_launcher_plugin.h
NativeLauncher/inc/path_manager.h
NativeLauncher/inc/plugin_manager.h
NativeLauncher/launcher/lib/core_runtime.cc
NativeLauncher/tool/ni_common.cc
NativeLauncher/util/path_manager.cc
NativeLauncher/util/plugin_manager.cc