[TizenX] Version up to 8.0.11
authorj-h.choi <j-h.choi@samsung.com>
Thu, 18 Apr 2024 01:15:20 +0000 (10:15 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Tue, 14 Jan 2025 00:09:36 +0000 (09:09 +0900)
Change-Id: Id74d68efebe7fe5c54fbb930c844e789c8cf346c

NativeLauncher/tool/multi_target_resolver.cc
packaging/dotnet-launcher.spec
tests/TCs/5_TLC/TLC.py

index 9542a35a5c49829105122bc6c47de74ef3e0e95e..201c287fb46db254bf385508d07fccb049f30719 100644 (file)
 #include "utils.h"
 #include "multi_target_resolver.h"
 
-static const char* __TIZEN_RID_VERSION_KEY = "db/dotnet/tizen_rid_version"; //8.0.0:7.0.0:6.5.0:6.0.0:5.5.0:5.0.0:4.0.0
-static const char* __TIZEN_TFM_SUPPORT_KEY = "db/dotnet/tizen_tfm_support"; //net6.0-tizen8.0:net6.0-tizen:net6.0:tizen10.0:tizen90:tizen80:tizen70:tizen60:tizen50:tizen40
+static const char* __TIZEN_RID_VERSION_KEY = "db/dotnet/tizen_rid_version"; //10.0.0:9.0.0:8.0.0:7.0.0:6.5.0:6.0.0:5.5.0:5.0.0:4.0.0
+static const char* __TIZEN_TFM_SUPPORT_KEY = "db/dotnet/tizen_tfm_support"; //net8.0-tizen10.0:net8.0-tizen:net8.0:net6.0-tizen9.0:net6.0-tizen8.0:net6.0-tizen:net6.0:tizen10.0:tizen90:tizen80:tizen70:tizen60:tizen50:tizen40
 
 /*
 Priority | RID                 | TFM
 ---------|---------------------|-----------------------
-1        | tizen.X.Y.Z-{arch}  | netX.Y-tizenX.Y ~ 6.5
+1        | tizen.X.Y.Z-{arch}  | netX.Y-tizenX.Y
 2        | tizen.X.Y.Z         | netX.Y-tizen
 3        | tizen-{arch}, tizen | netX.Y
 4        | linux-{arch}, linux | tizen10.0 ~ 40
index 9b63d32ecc86c92ba4a838735e5bd32cd31d2401..c5bf5b1c7012313f2f92b041797e889266b4f77c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dotnet-launcher
 Summary:    Launchpad plugin for dotnet apps
-Version:    6.0.9
+Version:    8.0.11
 Release:    1
 Group:      Application Framework/Application State Management
 License:    Apache-2.0
index 11ab974600fd10eb6ad5ff0ca1a6616e7aca1b1d..b80ab48808df63a45ca6fd195935a12354c89f5c 100755 (executable)
@@ -619,7 +619,7 @@ def run():
     print(f"--- {module_name} TCT Result ---\nNONE : [{n}] / FAIL : [{f}] / PASS : [{p}] - [{r}%]\n")
 
     with open(f"{RESULT_PATH}", "a+") as file:
-        file.write(f"|    {module_name}    |   {p}  |   {f}  |   {n}  | {r} |\n")
+        file.write(f"|    {module_name}    |  {p}  |   {f}  |   {n}  | {r} |\n")
 
 # Uninstall the application and restore to original state
 def clean():