Add installer plugin and tool for create a NI
authorpius.lee <pius.lee@samsung.com>
Thu, 10 Nov 2016 11:26:43 +0000 (20:26 +0900)
committerpius.lee <pius.lee@samsung.com>
Fri, 11 Nov 2016 11:08:33 +0000 (20:08 +0900)
commit8cd6fb2c60ac74259fdce9615836949e9d0ef7fc
treed5415eed68a71cb7da9e9f85b1ddbfa731075f59
parent419ec3b9aa7b2bf3ebc39d1c38ba27823acf357a
Add installer plugin and tool for create a NI

nitool : native image maker for system dlls and apps
libui-application.so : native image creating plugin for app installer

Fix bug on getting trusted platform dll.

Change-Id: Ie0b18c9fcca2fa0b814d4056d87c2e5d67e4e0e4
18 files changed:
NativeLauncher/CMakeLists.txt
NativeLauncher/inc/utils.h
NativeLauncher/installer-plugin/common.cc [new file with mode: 0644]
NativeLauncher/installer-plugin/common.h [new file with mode: 0644]
NativeLauncher/installer-plugin/nitool.cc [new file with mode: 0644]
NativeLauncher/installer-plugin/pkgmgr_parser_plugin_interface.h [new file with mode: 0644]
NativeLauncher/installer-plugin/ui-application.cc [new file with mode: 0644]
NativeLauncher/launcher/dotnet/dotnet_launcher.cc [moved from NativeLauncher/src/dotnet/dotnet_launcher.cc with 99% similarity]
NativeLauncher/launcher/dotnet/dotnet_launcher.h [moved from NativeLauncher/src/dotnet/dotnet_launcher.h with 100% similarity]
NativeLauncher/launcher/launcher.cc [moved from NativeLauncher/src/launcher.cc with 100% similarity]
NativeLauncher/launcher/launcher.h [moved from NativeLauncher/inc/launcher.h with 100% similarity]
NativeLauncher/launcher/main.cc [moved from NativeLauncher/src/main.cc with 88% similarity]
NativeLauncher/launcher/mono/mono_launcher.cc [moved from NativeLauncher/src/mono/mono_launcher.cc with 99% similarity]
NativeLauncher/launcher/mono/mono_launcher.h [moved from NativeLauncher/src/mono/mono_launcher.h with 100% similarity]
NativeLauncher/launcher/waiter/waiter.cc [moved from NativeLauncher/src/waiter/waiter.cc with 100% similarity]
NativeLauncher/launcher/waiter/waiter.h [moved from NativeLauncher/src/waiter/waiter.h with 100% similarity]
NativeLauncher/util/utils.cc [moved from NativeLauncher/src/utils.cc with 51% similarity]
packaging/dotnet-launcher.spec