[NUI] Apply dotnet-nui type
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Fri, 30 Sep 2022 01:22:52 +0000 (10:22 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 10 Nov 2022 01:25:11 +0000 (10:25 +0900)
NUI apps have to set dotnet-nui app type in tizen-manifest.xml.
Then the apps are preloaded from dotnet-loader.
It improves the launching performance.

19 files changed:
test/NUIDnDSource/tizen-manifest.xml
test/NUIDnDTarget/tizen-manifest.xml
test/NUISettings/NUISettings/tizen-manifest.xml
test/NUISettings/NUISettingsReset/tizen-manifest.xml
test/NUITestSample/NUITestSample/tizen-manifest.xml
test/Tizen.NUI.ComponentApplication/NUIComponentApplication/tizen-manifest.xml
test/Tizen.NUI.Devel.Tests.Ubuntu/Tizen.NUI.Devel.Tests/tizen-manifest.xml
test/Tizen.NUI.LayoutSamples/Tizen.NUI.LayoutSamples/tizen-manifest.xml
test/Tizen.NUI.Samples/Tizen.NUI.Samples/tizen-manifest.xml
test/Tizen.NUI.SeamlessSamples/BrokerSample/tizen-manifest.xml
test/Tizen.NUI.SeamlessSamples/ProviderSample/tizen-manifest.xml
test/Tizen.NUI.Tests/Tizen.NUI.Components.Devel.Tests/tizen-manifest.xml
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/tizen-manifest.xml
test/Tizen.NUI.UIThread/tizen-manifest.xml
test/Tizen.NUI.WidgetViewTest/0.Template/Tizen.NUI.WidgetTest/tizen-manifest.xml
test/Tizen.NUI.WidgetViewTest/0.Template/Tizen.NUI.WidgetViewTest/tizen-manifest.xml
test/Tizen.NUI.WidgetViewTest/1.SendInfo/Tizen.NUI.WidgetTest/tizen-manifest.xml
test/Tizen.NUI.WidgetViewTest/1.SendInfo/Tizen.NUI.WidgetViewTest/tizen-manifest.xml
test/Tizen.NUI.WindowSystem.Samples/tizen-manifest.xml

index bea10a7..29582b9 100644 (file)
@@ -3,7 +3,7 @@
   <profile name="common" />
   <ui-application appid="org.tizen.example.NUIDnDSource"
                                        exec="NUIDnDSource.dll"
-                                       type="dotnet"
+                                       type="dotnet-nui"
                                        multiple="false"
                                        taskmanage="true"
                                        nodisplay="false"
index 6738a3b..bbde022 100644 (file)
@@ -3,7 +3,7 @@
   <profile name="common" />
   <ui-application appid="org.tizen.example.NUIDnDTarget"
                                        exec="NUIDnDTarget.dll"
-                                       type="dotnet"
+                                       type="dotnet-nui"
                                        multiple="false"
                                        taskmanage="true"
                                        nodisplay="false"
index db14673..b4b1828 100755 (executable)
@@ -3,7 +3,7 @@
   <profile name="tv" />
   <ui-application appid="NUISettings" exec="NUISettings.dll" multiple="false" nodisplay="false" taskmanage="true"
                   splash-screen-display="true"
-                  type="dotnet"
+                  type="dotnet-nui"
                   launch_mode="single">
     <label>NUISettings</label>
     <icon>NUISettings.png</icon>
index d3e63c7..1d747e1 100755 (executable)
@@ -3,7 +3,7 @@
   <profile name="common" />
   <widget-application appid="NUISettingsReset"
                                        exec="NUISettingsReset.dll"
-                                       type="dotnet"
+                                       type="dotnet-nui"
                                        multiple="false"
                                        taskmanage="true"
                                        nodisplay="false"
@@ -22,4 +22,3 @@
     <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />
   </widget-application>
 </manifest>
-
index 50a20a9..e9267ca 100755 (executable)
@@ -3,7 +3,7 @@
   <profile name="common" />
   <ui-application appid="org.tizen.example.NUITestSample"
                                        exec="NUITestSample.dll"
-                                       type="dotnet"
+                                       type="dotnet-nui"
                                        multiple="false"
                                        taskmanage="true"
                                        nodisplay="false"
index 4630a02..02ba8a1 100755 (executable)
@@ -3,7 +3,7 @@
   <profile name="common" />
   <component-based-application  appid="org.tizen.example.NUIComponentApplication"
                                        exec="NUIComponentApplication.dll"
-                                       type="dotnet"
+                                       type="dotnet-nui"
                                        multiple="false"
                                        taskmanage="true"
                                        nodisplay="false"
index a5af841..a6e315a 100755 (executable)
@@ -3,7 +3,7 @@
     <profile name="common" />
     <ui-application appid="Tizen.NUI.Devel.Tests"
                     exec="Tizen.NUI.Devel.Tests.dll"
-                    type="dotnet"
+                    type="dotnet-nui"
                     multiple="false"
                     taskmanage="true"
                     launch_mode="single">
index 9a51660..e2aef04 100755 (executable)
@@ -3,7 +3,7 @@
   <profile name="common" />
   <ui-application appid="org.tizen.example.Tizen.NUI.LayoutSamples"
                                        exec="Tizen.NUI.LayoutSamples.dll"
-                                       type="dotnet"
+                                       type="dotnet-nui"
                                        multiple="false"
                                        taskmanage="true"
                                        nodisplay="false"
index 9ed2863..5c4ea2f 100755 (executable)
@@ -3,7 +3,7 @@
   <profile name="common" />
   <ui-application appid="org.tizen.example.Tizen.NUI.Samples"
                                        exec="Tizen.NUI.Samples.dll"
-                                       type="dotnet"
+                                       type="dotnet-nui"
                                        multiple="false"
                                        taskmanage="true"
                                        nodisplay="false"
index 80bc221..66fe99a 100755 (executable)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="org.tizen.example.BrokerSample" version="1.0.0" api-version="6" xmlns="http://tizen.org/ns/packages">
     <profile name="common" />
-    <ui-application appid="org.tizen.example.BrokerSample" exec="BrokerSample.dll" multiple="false" nodisplay="false" taskmanage="true" type="dotnet" launch_mode="single">
+    <ui-application appid="org.tizen.example.BrokerSample" exec="BrokerSample.dll" multiple="false" nodisplay="false" taskmanage="true" type="dotnet-nui" launch_mode="single">
         <label>BrokerSample</label>
         <icon>BrokerSample.png</icon>
         <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />
index 6047d5f..ec3f86e 100755 (executable)
@@ -3,7 +3,7 @@
   <profile name="common" />
   <ui-application appid="org.tizen.example.ProviderSample"
                                        exec="ProviderSample.dll"
-                                       type="dotnet"
+                                       type="dotnet-nui"
                                        multiple="false"
                                        taskmanage="true"
                                        nodisplay="false"
index 3bbdfbd..a99dfde 100755 (executable)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="Tizen.NUI.Components.Devel.Tests" version="1.0.2" api-version="7" xmlns="http://tizen.org/ns/packages">
     <profile name="common" />
-    <ui-application appid="Tizen.NUI.Components.Devel.Tests" exec="Tizen.NUI.Components.Devel.Tests.dll" multiple="false" taskmanage="true" splash-screen-display="true" type="dotnet" launch_mode="single">
+    <ui-application appid="Tizen.NUI.Components.Devel.Tests" exec="Tizen.NUI.Components.Devel.Tests.dll" multiple="false" taskmanage="true" splash-screen-display="true" type="dotnet-nui" launch_mode="single">
         <icon>Tizen.NUI.Components.Devel.Tests.png</icon>
         <label>Tizen.NUI.Components.Devel.Tests</label>
     </ui-application>
index e12099d..6a27183 100755 (executable)
@@ -3,7 +3,7 @@
     <profile name="common" />
     <ui-application appid="Tizen.NUI.Devel.Tests"
                     exec="Tizen.NUI.Devel.Tests.dll"
-                    type="dotnet"
+                    type="dotnet-nui"
                     multiple="false"
                     taskmanage="true"
                     launch_mode="single">
index ba61a12..d2928e1 100644 (file)
@@ -3,7 +3,7 @@
   <profile name="common" />
   <ui-application appid="org.tizen.example.Tizen.NUI.UIThread"
                                        exec="Tizen.NUI.UIThread.dll"
-                                       type="dotnet"
+                                       type="dotnet-nui"
                                        multiple="false"
                                        taskmanage="true"
                                        nodisplay="false"
index 5611bc6..4de6c5d 100755 (executable)
@@ -3,7 +3,7 @@
   <profile name="common" />
   <widget-application appid="Tizen.NUI.WidgetTest"
                                        exec="Tizen.NUI.WidgetTest.dll"
-                                       type="dotnet"
+                                       type="dotnet-nui"
                                        multiple="false"
                                        taskmanage="true"
                                        nodisplay="false"
@@ -19,4 +19,3 @@
     <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />
   </widget-application>
 </manifest>
-
index 964ca09..2330dfd 100755 (executable)
@@ -3,7 +3,7 @@
   <profile name="tv" />
   <ui-application appid="Tizen.NUI.WidgetViewTest" exec="Tizen.NUI.WidgetViewTest.dll" multiple="false" nodisplay="false" taskmanage="true"
                   splash-screen-display="true"
-                  type="dotnet"
+                  type="dotnet-nui"
                   launch_mode="single">
     <label>Tizen.NUI.WidgetViewTest</label>
     <icon>Tizen.NUI.WidgetViewTest.png</icon>
index 5611bc6..4de6c5d 100755 (executable)
@@ -3,7 +3,7 @@
   <profile name="common" />
   <widget-application appid="Tizen.NUI.WidgetTest"
                                        exec="Tizen.NUI.WidgetTest.dll"
-                                       type="dotnet"
+                                       type="dotnet-nui"
                                        multiple="false"
                                        taskmanage="true"
                                        nodisplay="false"
@@ -19,4 +19,3 @@
     <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />
   </widget-application>
 </manifest>
-
index 964ca09..2330dfd 100755 (executable)
@@ -3,7 +3,7 @@
   <profile name="tv" />
   <ui-application appid="Tizen.NUI.WidgetViewTest" exec="Tizen.NUI.WidgetViewTest.dll" multiple="false" nodisplay="false" taskmanage="true"
                   splash-screen-display="true"
-                  type="dotnet"
+                  type="dotnet-nui"
                   launch_mode="single">
     <label>Tizen.NUI.WidgetViewTest</label>
     <icon>Tizen.NUI.WidgetViewTest.png</icon>
index 1f10b26..3577033 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="org.tizen.example.Tizen.NUI.WindowSystem.Samples" version="1.0.0" api-version="5.5" xmlns="http://tizen.org/ns/packages">
     <profile name="common" />
-    <ui-application appid="org.tizen.example.Tizen.NUI.WindowSystem.Samples" exec="Tizen.NUI.WindowSystem.Samples.dll" multiple="false" nodisplay="false" taskmanage="true" api-version="6" type="dotnet" launch_mode="single">
+    <ui-application appid="org.tizen.example.Tizen.NUI.WindowSystem.Samples" exec="Tizen.NUI.WindowSystem.Samples.dll" multiple="false" nodisplay="false" taskmanage="true" api-version="6" type="dotnet-nui" launch_mode="single">
         <label>Tizen.NUI.WindowSystem.Samples</label>
         <icon>Tizen.NUI.WindowSystem.Samples.png</icon>
         <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />