Keep api for backward-compatibility and code clean-up (#82)
author조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Wed, 17 Jul 2019 22:36:23 +0000 (07:36 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 17 Jul 2019 22:36:23 +0000 (07:36 +0900)
commit2141de28e59bb14d102a257f444727a24e227291
treef16bf24350da21a9f44caa234c9374541bbdbeaf
parent1dd653056f5b9e805de8833ff643edcf736e47a0
Keep api for backward-compatibility and code clean-up (#82)

"ni-common.h" contains exposed API set. That APIs already used in VD tools
So, the interface should not be changed for compatibility.

And the parameter "doGenUniqueBaseSystem" can be removed.
We decided to apply the base address to the TPA dll only.
So, we can decied whether applying the base address or not with TPA list checking.
NativeLauncher/inc/ni_common.h
NativeLauncher/installer-plugin/prefer_dotnet_aot_plugin.cc
NativeLauncher/tool/dotnettool.cc
NativeLauncher/tool/ni_common.cc
NativeLauncher/tool/nitool.cc
NativeLauncher/tool/tac_common.cc