aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs-helper.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2017-10-23 14:06:12 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-01 11:35:41 +0000
commit599de8d3f35cb0fe56c7e27591862d61944b456b (patch)
tree1361368744f0015bb5ca647cde3c84709a795e85 /src/hs-helper.h
parent26ec25e2f9271396328c208ae1a256fdf1a92c91 (diff)
Add a new OnScreenReply api to agl-service-homescreeneel_4.99.2eel/4.99.24.99.2
Add a new event named OnScreenReply. Applications can use this event to reply to the homescreen. Also update the documentation for this event. [Patch Sets 8,9] Update ApplicationGuide.md. For details: Use master source build agl-service-homescreen-2017. Change agl version to EE. Add libhomescreen sample code path. [Patch Sets 10] Delete tailing space. BUG-AGL: SPEC-985 Change-Id: Iea0c321731fa62cd94fc08fc5e303c20847fd525 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'src/hs-helper.h')
-rw-r--r--src/hs-helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hs-helper.h b/src/hs-helper.h
index f6337d8..5ce9eb5 100644
--- a/src/hs-helper.h
+++ b/src/hs-helper.h
@@ -33,6 +33,7 @@ typedef enum REQ_ERROR
static const char* evlist[] = {
"tap_shortcut",
"on_screen_message",
+ "on_screen_reply",
"reserved"
};