Split Native Parts to SharedObject and Executable
authorpius.lee <pius.lee@samsung.com>
Fri, 26 Aug 2016 07:40:52 +0000 (16:40 +0900)
committerpius.lee <pius.lee@samsung.com>
Fri, 26 Aug 2016 07:40:52 +0000 (16:40 +0900)
commitff0921bea8ac44486889b2649ac8dac98bdb23a3
treec21e40500c2259845a74192090b54c53c04e13f7
parentfc48672564f10d25b3dfcd2f42cdb38b7deb6951
Split Native Parts to SharedObject and Executable

Make libdnclauncher.so for waiting and launchpad callbacks.
Modify dotnet-launcher to execute managed launcher with libcoreclr.so.
Managed Launcher read ini file to read dll lists for preloading.
Add Targets file building csproj with corefx and device apis.
15 files changed:
NativeLauncher/CMakeLists.txt
NativeLauncher/dotnet-launcher.ini
NativeLauncher/src/launcher.cc
NativeLauncher/src/launcher.h
NativeLauncher/src/waiter.cc
NativeLauncher/src/waiter.h
Tizen.Runtime/Tizen.CoreFX.Ref.Targets
Tizen.Runtime/Tizen.Runtime.csproj
Tizen.Runtime/Tizen.Runtime/AssemblyLoader.cs
Tizen.Runtime/Tizen.Runtime/AssemblyManager.cs
Tizen.Runtime/Tizen.Runtime/DefaultConfigAttribute.cs [new file with mode: 0644]
Tizen.Runtime/Tizen.Runtime/Ini.cs [new file with mode: 0644]
Tizen.Runtime/Tizen.Runtime/Interop.cs [new file with mode: 0644]
packaging/dotnet-launcher.spec
test_build_on_desktop.sh [new file with mode: 0755]