summaryrefslogtreecommitdiff
path: root/NativeLauncher/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-07-20remove Self-Contained Deployment launcherCHUNSEOK LEE1-16/+1
Change-Id: I88bb4540725a62cbe331225654a55be0dd2702b3 Signed-off-by: CHUNSEOK LEE <chunseok.lee@samsung.com>
2017-07-17Revert "Add signal handler"submit/tizen/20170717.070543accepted/tizen/unified/20170717.170950JongHeon Choi1-5/+0
This reverts commit 9923c6c1a7c00678b59cc15f2047be7e98be553f. Change-Id: Ie04614e1ca81955149c42d42a98e25579bbeae0f
2017-05-11Add signal handlersubmit/tizen/20170511.080142accepted/tizen/unified/20170511.173403JongHeon Choi1-0/+5
Change-Id: I46bd2e0867261675c3f04352330df9022526cf20
2017-04-27Remove the cap_mac_admin for dotnet-launchersubmit/tizen/20170427.053634accepted/tizen/unified/20170428.032535JongHeon Choi1-10/+10
Change-Id: I96ac4601185314edeee80e39bb67a512f1816610
2017-04-13Code style refactortingJongHeon Choi1-43/+43
Change-Id: I5a2eb4db8edcdfa3074212c476fecd7506d11e45
2017-04-10refactoring launcherCho Woong Suk1-1/+15
Change-Id: Ic2912985e0bf5e21d823bcf34280bd2aea2f7a54
2017-04-07Remove the Mono profileJongHeon Choi1-5/+0
Change-Id: If5ce5c0b76d626cfd38cfe607f20b277909f32db
2017-03-07Add Self-Contained Deployment Launcherchunseok lee1-1/+17
Change-Id: I889de90eb72a645a32eb8110030fdb0496137d43 Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
2017-01-23Implement metadata plugin for appfwsubmit/tizen/20170123.081747accepted/tizen/tv/20170123.114750accepted/tizen/mobile/20170123.114731accepted/tizen/ivi/20170123.114806accepted/tizen/common/20170123.182352Inhwan Lee1-1/+14
If application has specific metadata, appfw will call plugin that implemented Only working for AOT with below metadata "http://tizen.org/metadata/prefer_dotnet_aot" Change-Id: I31a13b678ecfff3f430c4fad2656e5f358479cbf
2016-12-14preload native libraries and pre-create windows to optimize app launching ↵Cho Woong Suk1-1/+1
performance Change-Id: Ia9065c5b2a1470aa3c72675b7bb953bd4bf00dc1 Signed-off-by: Cho Woong Suk <ws77.cho@samsung.com>
2016-11-11Add installer plugin and tool for create a NIpius.lee1-14/+41
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
2016-10-27Add dotnet.debugger into /usr/share/aulchunseok lee1-0/+1
This patch works after https://review.tizen.org/gerrit/#/c/90185/ has landed. Change-Id: I745699fd59be991dd842daffbefdeaaf557720fc Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
2016-10-17Fix App Root on standalone and support direct execpius.lee1-0/+1
Set application root with aul_get_app_root_path() if AUL_APPID is exist. Add dotnet.launcher direct execute in launchpad. Change-Id: I4e45731c791449e3afa4e698b8bbb8ea3bede91f
2016-10-11Add "--version" option for dotnet-launcherpius.lee1-0/+4
Change-Id: I74e371732fd617e753711bcf9f1e9d9ba4c7e6a9
2016-10-10Coreclr & Mono Supported launcher and standalonepius.lee1-5/+10
Switch launcher engine with "/etc/.use_mono" file Now can run assembly standalone with "--standalone" option Change-Id: I120053756f4d86107dfe716cf5675389b7a9760d
2016-09-23initialize new launcherpius.lee1-17/+15
Change-Id: I52436781fcc1e00d5e0eace4500b999e4a69ed80
2016-08-31Remove ini file and fix argument problem for appfwpius.lee1-1/+7
Change-Id: I0aaae6699ebc1a469e546d89f96a91183d307b91
2016-08-26Split Native Parts to SharedObject and Executablepius.lee1-4/+16
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.
2016-08-19Add managed launcher partpius.lee1-0/+55
Move native launcher part from src to NativeLauncher Add Tizen.Runtime.dll to Tizen.Runtime Tizen.Runtime can preload and launching another assembly