Add WatchApplicationHandler to TPK config parser 84/60284/2 accepted/tizen/common/20160302.193739 accepted/tizen/ivi/20160302.224037 accepted/tizen/mobile/20160302.223950 accepted/tizen/tv/20160302.224004 accepted/tizen/wearable/20160302.224023 submit/tizen/20160302.065807
authorArkadiusz Szulakiewicz <a.szulakiewi@partner.samsung.com>
Wed, 24 Feb 2016 14:53:40 +0000 (15:53 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Mon, 29 Feb 2016 16:19:13 +0000 (08:19 -0800)
Change-Id: Ia77f66156f374f43ff36a8817a22acd0c00432a6

src/tpk_manifest_handlers/tpk_config_parser.cc

index dfc0be281c4de7849988cd8fa6e8b260b78ade70..59a78daa157673d807068153908c757bb03f27b6 100644 (file)
@@ -23,6 +23,7 @@
 #include "tpk_manifest_handlers/shortcut_handler.h"
 #include "tpk_manifest_handlers/ui_application_handler.h"
 #include "tpk_manifest_handlers/widget_application_handler.h"
+#include "tpk_manifest_handlers/watch_application_handler.h"
 
 namespace bf = boost::filesystem;
 
@@ -44,6 +45,7 @@ TPKConfigParser::TPKConfigParser() {
   new PrivilegesHandler,
   new ProfileHandler,
   new WidgetApplicationHandler,
+  new WatchApplicationHandler,
   new ServiceApplicationHandler,
   new UIApplicationHandler,
   new ShortcutHandler