summaryrefslogtreecommitdiff
path: root/include/widget_conf.h
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2015-05-20 17:33:53 +0900
committerSung-jae Park <nicesj.park@samsung.com>2015-05-20 17:33:53 +0900
commit62a2f4b8b1964dc543884df163c8282858cab389 (patch)
treecb3dd0867c47b2b21a320330661caf20867e252a /include/widget_conf.h
parentb82bbe1e33bf69259f5853ebdf7633e35e7cd0e0 (diff)
downloadwidget-service-62a2f4b8b1964dc543884df163c8282858cab389.tar.gz
widget-service-62a2f4b8b1964dc543884df163c8282858cab389.tar.bz2
widget-service-62a2f4b8b1964dc543884df163c8282858cab389.zip
Add default SDK Viewer package name
Change-Id: I7fc5d5be7be4b1443ec4771c0539d0c84aa5a6de
Diffstat (limited to 'include/widget_conf.h')
-rwxr-xr-xinclude/widget_conf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/widget_conf.h b/include/widget_conf.h
index e8ce426..07d9630 100755
--- a/include/widget_conf.h
+++ b/include/widget_conf.h
@@ -559,7 +559,8 @@ extern int widget_conf_click_region(void);
#define WIDGET_CONF_REACTIVATE_ON_PAUSE widget_conf_reactivate_on_pause()
#define WIDGET_CONF_APP_ABI widget_conf_app_abi()
#define WIDGET_CONF_VISIBILITY_CHANGE_DELAY widget_conf_visibility_change_delay()
-#define WIDGET_CONF_CLICK_REGION widget_conf_click_region()
+#define WIDGET_CONF_CLICK_REGION widget_conf_click_region()
+#define WIDGET_CONF_SDK_VIEWER widget_conf_sdk_viewer()
#if !defined(VCONFKEY_MASTER_STARTED)
#define VCONFKEY_MASTER_STARTED "memory/data-provider-master/started"