Coreclr & Mono Supported launcher and standalone
authorpius.lee <pius.lee@samsung.com>
Mon, 10 Oct 2016 05:12:09 +0000 (14:12 +0900)
committerpius.lee <pius.lee@samsung.com>
Mon, 10 Oct 2016 05:12:09 +0000 (14:12 +0900)
commitf15cc24b978a6650d51ccb3d62cef85ec2ad0306
tree5909ea4cbfd762697dbefba88a625ff565632dd6
parent1d184dbef0419136311f9ca300df581721511d27
Coreclr & Mono Supported launcher and standalone

Switch launcher engine with "/etc/.use_mono" file
Now can run assembly standalone with "--standalone" option

Change-Id: I120053756f4d86107dfe716cf5675389b7a9760d
20 files changed:
NativeLauncher/CMakeLists.txt
NativeLauncher/inc/launcher.h
NativeLauncher/src/dotnet/base64.cc [deleted file]
NativeLauncher/src/dotnet/base64.h [deleted file]
NativeLauncher/src/dotnet/dotnet_launcher.cc
NativeLauncher/src/dotnet/dotnet_launcher.h
NativeLauncher/src/launcher.cc
NativeLauncher/src/main.cc [new file with mode: 0644]
NativeLauncher/src/mono/mono_launcher.cc [new file with mode: 0644]
NativeLauncher/src/mono/mono_launcher.h [new file with mode: 0644]
Tizen.Runtime/Tizen.Runtime.Coreclr.csproj [moved from Tizen.Runtime/Tizen.Runtime.csproj with 87% similarity]
Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyLoader.cs [moved from Tizen.Runtime/Tizen.Runtime/AssemblyLoader.cs with 98% similarity]
Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyManager.cs [moved from Tizen.Runtime/Tizen.Runtime/AssemblyManager.cs with 55% similarity]
Tizen.Runtime/Tizen.Runtime.Mono.csproj [new file with mode: 0644]
Tizen.Runtime/Tizen.Runtime.Mono/AssemblyManager.cs [new file with mode: 0644]
Tizen.Runtime/Tizen.Runtime/Ini.cs [deleted file]
Tizen.Runtime/Tizen.Runtime/Interop.cs [deleted file]
Tizen.Runtime/Tizen.Runtime/Log.cs
Tizen.Runtime/Tizen.Runtime/test.cs [deleted file]
packaging/dotnet-launcher.spec