support tizen5 rid
authorWoongsuk Cho <ws77.cho@samsung.com>
Thu, 6 Sep 2018 01:31:08 +0000 (10:31 +0900)
committer이형주/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Thu, 6 Sep 2018 23:58:53 +0000 (08:58 +0900)
NativeLauncher/launcher/dotnet/dotnet_launcher.cc

index 171607d..9757464 100644 (file)
@@ -56,7 +56,7 @@ const static std::vector<std::string> RID_FALLBACK_GRAPH =
 #elif defined (__arm__)
 #define ARCHITECTURE_IDENTIFIER "arm"
 const static std::vector<std::string> RID_FALLBACK_GRAPH =
-       {"tizen.4.0.0-armel", "tizen.4.0.0", "tizen-armel", "tizen", "linux-armel", "linux", "unix-armel", "unix", "any", "base"};
+       {"tizen.5.0.0-armel", "tizen.5.0.0", "tizen.4.0.0-armel", "tizen.4.0.0", "tizen-armel", "tizen", "linux-armel", "linux", "unix-armel", "unix", "any", "base"};
 
 #elif defined (__x86_64__)
 #define ARCHITECTURE_IDENTIFIER "x64"
@@ -66,7 +66,7 @@ const static std::vector<std::string> RID_FALLBACK_GRAPH =
 #elif defined (__i386__)
 #define ARCHITECTURE_IDENTIFIER "x86"
 const static std::vector<std::string> RID_FALLBACK_GRAPH =
-       {"linux-x86", "linux", "unix-x86", "unix", "any", "base"};
+       {"tizen.5.0.0-x86", "tizen.5.0.0", "tizen.4.0.0-x86", "tizen.4.0.0", "tizen-x86", "tizen", "linux-x86", "linux", "unix-x86", "unix", "any", "base"};
 
 #else
 #error "Unknown target"