Modify symlink for watchapp 43/62743/2 accepted/tizen/ivi/20160323.010806 accepted/tizen/mobile/20160323.010705 accepted/tizen/tv/20160323.010729 accepted/tizen/wearable/20160323.010748 submit/tizen/20160322.002805
authorJongHeon Choi <j-h.choi@samsung.com>
Fri, 18 Mar 2016 02:03:18 +0000 (11:03 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Mon, 21 Mar 2016 22:51:23 +0000 (07:51 +0900)
Change-Id: I209698d952602b90bd72dd0c3b445d743d1c26ad

src/wgt/step/filesystem/step_create_symbolic_link.cc

index bd3cc03..397c7d8 100644 (file)
@@ -44,6 +44,8 @@ common_installer::Step::Status StepCreateSymbolicLink::process() {
 
     if (strcmp(app->component_type, "uiapp") == 0) {
       bf::create_symlink(bf::path(WRT_LAUNCHER), exec_path, error);
+    } else if (strcmp(app->component_type, "watchapp") == 0) {
+      bf::create_symlink(bf::path(WRT_LAUNCHER), exec_path, error);
     } else {
       bf::create_symlink(kWrtServiceBinaryPath, exec_path, error);
     }