summaryrefslogtreecommitdiff
path: root/data/edje
diff options
context:
space:
mode:
authorTae-Hwan Kim <the81.kim@samsung.com>2014-03-20 13:00:20 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-03-20 13:00:21 +0900
commit3061a706c4ca02eb876799da07dae72c24cf4507 (patch)
treecb81f578acd9779b974994477fbd8477d0d61b91 /data/edje
parent079e5d3692241e32cb1bcd7ac47d5ace71f5d37f (diff)
downloadefl-3061a706c4ca02eb876799da07dae72c24cf4507.tar.gz
Add new PLUGIN_RUN action type and new plugins.plugin handlers 1. If external library is commerical source and not opensource, we cannot include/build the library within edje. 2. If external library does not use general encodable sources, we...
Summary: ...cannot encode those things into edje. In our case, we need vibration when longpressed. But those files are not audio or image and cannot be encoded into edje. Also, this library is not opensource so should not be linked directly with edje. So we should call vibration API by using this plug-in. Reviewers: raster, cedric, seoz, Hermet CC: cedric Differential Revision: https://phab.enlightenment.org/D588
Diffstat (limited to 'data/edje')
-rw-r--r--data/edje/include/edje.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/edje/include/edje.inc b/data/edje/include/edje.inc
index 828380b830..0d29c0b6df 100644
--- a/data/edje/include/edje.inc
+++ b/data/edje/include/edje.inc
@@ -237,6 +237,7 @@ native get_state_val(part_id, State_Param:p, ...);
/* Multisense */
native play_sample (sample_name[], Float:speed, ...);
native play_tone (tone_name[], Float:duration, ...);
+native play_vibration (sample_name[], ...);
/***********************************************************/
/* Edje physics calls. */