[Applications.Common] Add a new element of ApplicationComponentType (#1417)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Tue, 18 Feb 2020 08:20:38 +0000 (17:20 +0900)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2020 08:20:38 +0000 (17:20 +0900)
Adds:
 - ComponentBasedApplication

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.Common/Tizen.Applications/ApplicationComponentType.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index bb96bd1..c5e9838
@@ -41,5 +41,11 @@ namespace Tizen.Applications
         /// Component type is watch application.
         /// </summary>
         WatchApplication,
+
+        /// <summary>
+        /// Component type is component-based application.
+        /// </summary>
+        /// <since_tizen> 7 </since_tizen>
+        ComponentBasedApplication,
     }
 }