Add the option to check Internet privilege in dotnettool for the FOTA
authorj-h.choi <j-h.choi@samsung.com>
Tue, 14 Jun 2022 07:13:45 +0000 (16:13 +0900)
committer조웅석/Common Platform Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Wed, 24 Aug 2022 00:38:57 +0000 (09:38 +0900)
commit1cdab49c2d2a267f43d0ca5a4db2e0efe424cb3a
tree327acc8bea0fd3a77c8ca09a337d0b221b6ca3b6
parent667e87b9e2fd3879ba6100b7fde9295408f9c337
Add the option to check Internet privilege in dotnettool for the FOTA

Change-Id: I74604e5145519db06f8a0b6f8bd57ba69707c190
32 files changed:
NativeLauncher/CMakeLists.txt
NativeLauncher/inc/privilege_common.h [new file with mode: 0644]
NativeLauncher/installer-plugin/dotnet_apptype_plugin.cc
NativeLauncher/tool/dotnettool.cc
NativeLauncher/tool/privilege_common.cc [new file with mode: 0644]
packaging/715.dotnet_regen_app_ni.patch.sh
packaging/dotnet-launcher.spec
tests/Apps/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09.sln [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09.Tizen/Launcher_TC_PLUGIN_09.Tizen.cs [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09.Tizen/Launcher_TC_PLUGIN_09.Tizen.csproj [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09.Tizen/shared/res/Launcher_TC_PLUGIN_09.Tizen.png [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09.Tizen/tizen-manifest.xml [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09.cs [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09/Launcher_TC_PLUGIN_09.csproj [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10.sln [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10.Tizen/Launcher_TC_PLUGIN_10.Tizen.cs [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10.Tizen/Launcher_TC_PLUGIN_10.Tizen.csproj [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10.Tizen/shared/res/Launcher_TC_PLUGIN_10.Tizen.png [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10.Tizen/tizen-manifest.xml [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10.cs [new file with mode: 0644]
tests/Apps/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10/Launcher_TC_PLUGIN_10.csproj [new file with mode: 0644]
tests/Apps/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10.sln [new file with mode: 0644]
tests/Apps/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10.Tizen/Launcher_TC_TOOL_10.Tizen.cs [new file with mode: 0644]
tests/Apps/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10.Tizen/Launcher_TC_TOOL_10.Tizen.csproj [new file with mode: 0644]
tests/Apps/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10.Tizen/shared/res/Launcher_TC_TOOL_10.Tizen.png [new file with mode: 0644]
tests/Apps/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10.Tizen/tizen-manifest.xml [new file with mode: 0644]
tests/Apps/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10.cs [new file with mode: 0644]
tests/Apps/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10/Launcher_TC_TOOL_10.csproj [new file with mode: 0644]
tests/TCs/2_PLUGIN/PLUGIN.py
tests/TCs/2_PLUGIN/README.md
tests/TCs/6_TOOL/README.md
tests/TCs/6_TOOL/TOOL.py