From: Woongsuk Cho Date: Tue, 25 Jan 2022 00:47:37 +0000 (+0900) Subject: Enable MCJ & BTJ by loader script X-Git-Tag: submit/tizen/20220125.041334^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8176a8555bec3a43d5fbada5719f9a9df0615378;p=platform%2Fcore%2Fdotnet%2Flauncher.git Enable MCJ & BTJ by loader script --- diff --git a/NativeLauncher/dotnet-nui.launcher b/NativeLauncher/dotnet-nui.launcher index 311084d..aab6a19 100644 --- a/NativeLauncher/dotnet-nui.launcher +++ b/NativeLauncher/dotnet-nui.launcher @@ -3,6 +3,8 @@ NAME dotnet-nui-launcher EXE /usr/bin/dotnet-launcher APP_TYPE dotnet-nui EXTRA_ARG --PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE -# EXTRA_ARG --profile +EXTRA_ARG --profile +EXTRA_ARG --appType +EXTRA_ARG dotnet-nui EXTRA_ARG --standalone diff --git a/NativeLauncher/dotnet-nui.loader b/NativeLauncher/dotnet-nui.loader index 17b5125..b047051 100644 --- a/NativeLauncher/dotnet-nui.loader +++ b/NativeLauncher/dotnet-nui.loader @@ -8,4 +8,4 @@ ON_BOOT OFF HYDRA OFF EXTRA --appType dotnet-nui EXTRA TIZEN_UIFW NUI -EXTRA --profile false +EXTRA --profile true diff --git a/NativeLauncher/dotnet.launcher b/NativeLauncher/dotnet.launcher index f9a89c0..5548409 100644 --- a/NativeLauncher/dotnet.launcher +++ b/NativeLauncher/dotnet.launcher @@ -3,7 +3,7 @@ NAME dotnet-launcher EXE /usr/bin/dotnet-launcher APP_TYPE dotnet EXTRA_ARG --PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE_PADDING_TO_CHANGE_CMDLINE -# EXTRA_ARG --profile +EXTRA_ARG --profile EXTRA_ARG --appType EXTRA_ARG dotnet EXTRA_ARG --standalone diff --git a/NativeLauncher/dotnet.loader b/NativeLauncher/dotnet.loader index 573db41..bf78a99 100644 --- a/NativeLauncher/dotnet.loader +++ b/NativeLauncher/dotnet.loader @@ -11,4 +11,4 @@ ON_BOOT OFF HYDRA OFF EXTRA --appType dotnet EXTRA TIZEN_UIFW ElmSharp -EXTRA --profile false +EXTRA --profile true