Merge branch 'sandbox/wangzhiqiang/als2019' into sandbox/wangzhiqiang/hss-bug
[apps/agl-service-homescreen.git] / README
1 =============================
2 How to build
3 =============================
4
5 cmake
6 make
7
8 =============================
9 Launch Binder
10 =============================
11
12 file
13 /home/root/HomeScreenBinding/src/homescreen-service.so
14 /usr/lib/libhomescreen.so
15
16 command
17 /usr/bin/afb-daemon --ldpaths=/home/root/HomeScreenBinding/src --verbose --port=2000 --token=hs
18
19 =============================
20 Binding Function List
21 =============================
22
23 (What can do)
24  - Call required API for HomeScreen
25    * tap_shortcut
26    * on_screen_message
27    * subscribe
28    * unsubscribe
29
30  - Subscribe/Unsubscribe event from HomeScreen
31    * tap_shortcut
32    * on_screen_message
33
34 =============================
35 libhomescreen Function List
36 =============================
37 (What can do)
38  - registerCallback
39  - tapShortcut
40  - Call api with json argument
41  - Subscribe event from HomeScreen
42
43 (What can't do)
44  - Call api as function